Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1ListView<T>)
    In This Topic
    Gets or sets the collection of items.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also